msr_to_dense Function

public pure function msr_to_dense(a) result(x)

Converts an MSR matrix to a dense matrix.

Arguments

Type IntentOptional Attributes Name
class(msr_matrix), intent(in) :: a

The MSR matrix to convert.

Return Value real(kind=real64), allocatable, dimension(:,:)

The dense matrix.